home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / sun4beta.lha / Geomview / README-beta < prev    next >
Encoding:
Text File  |  1993-12-17  |  3.4 KB  |  99 lines

  1. About the X11 beta version of Geomview
  2. ======================================
  3.  
  4. The source code for X11 Geomview is known to compile and execute on the
  5. following platforms:
  6.  
  7.   SGI (IRIX 4.0.5)
  8.   Sun 4 (SunOS 4.1.2 with X11R4 and Motif 1.1).
  9.   HP/UX 7.x, 8.x, 9.x.
  10.  
  11. It is also likely that it will compile on other systems such as:
  12.  
  13.   DECstation 5000-200 (Ultrix).
  14.   DEC Alpha (OSF/1).
  15.   Dell SVR4
  16.   Sun Solaris 2.x
  17.   SCO Open Desktop
  18.   and others...
  19.  
  20. Some problems you might encounter on Suns:
  21.  
  22. If you do not normally run Motif on your system (e.g., if you run Sun
  23. OpenWindows instead), then you may get a whole bunch of run-time
  24. errors about translations when you start Geomview.
  25.  
  26. Usually, you can work around this by copying the file XKeysymDB (included
  27. in this directory) into /usr/lib/X11/ or by appending it's contents to
  28. the file already there. However, the XKeysymDB file may exist at some
  29. alternate location on the file system, depending on your X configuration.
  30.  
  31.  
  32.  
  33. THE FOLLOWING ARE KNOWN BUGS THAT NEED TO BE FIXED FOR THE X11 VERSION.
  34. =======================================================================
  35.  
  36. INTERFACE
  37. ---------
  38.  
  39. Color panel does not let you type in RGB values like the SGI version of the
  40. program.  You can only change color values using the sliders.
  41.  
  42. Material panel doesn't show numerical values of parameters being modified.
  43.  
  44. Key shortcuts are not always listed clearly or at all on the panels.
  45.  
  46. There is no help panel.
  47.  
  48. Cut, Copy and Paste on the "Edit" menu don't do anything although Delete
  49. does work (used for deleting the current target).
  50.  
  51. When all windows are hidden by the user, Geomview continues to run instead of
  52. exiting.
  53.  
  54. Command line arguments for initial UI window positions are ignored as well as
  55. any commands for repositioning windows.
  56.  
  57. User can't select an object by double clicking on it with the right mouse
  58. button (picking).
  59.  
  60. Save and Load Panels only close when you click on the cancel buttons. Cancel
  61. buttons should be changed to "hide" buttons.
  62.  
  63. GRAPHICS
  64. --------
  65.  
  66. Rendering is only done in interactive/medium quality mode. There is no high
  67. quality rendering mode, and thus there is no smooth gouraud shading or
  68. transparency like the SGI version.
  69.  
  70. Geomview uses the shared colormap rather than a private colormap. The result
  71. is that it sometimes cannot allocate the colors it wants which makes scene
  72. renderings look strange. Usually you can work around this by killing off
  73. other colormap hungry applications before starting geomview.
  74.  
  75. Renderer doesn't do dithering yet. Thus Geomview renderings look especially
  76. poor on black & white displays, not to mention 8 bit displays.
  77.  
  78. Geomview does not yet take advantage of 24 bit color if it is available to
  79. the X server.
  80.  
  81. Renderer only does Z depth sorting for hidden surface removal. It does not do
  82. x y z extent checking or polygonal subdivision. Thus renderings often are
  83. incorrect. This is high on the priority list to be fixed.
  84.  
  85. Clipping is done in a clumsy way. Basically, if any point in a polygon is
  86. behind the camera, then that polygon is not drawn. There is no far clipping
  87. plane yet.
  88.  
  89. Because of the clipping feature you often cannot see one or more lights when
  90. you are in light editing mode. This is because light lines extend off to
  91. infinity in the direction the light is coming from (which is often behind the
  92. clipping plane).
  93.  
  94.  
  95. Bug Reports and Comments
  96. ------------------------
  97.  
  98. Please send bug reports and comments to software@geom.umn.edu.
  99.